WebFormFieldOrColumn.createCustomList

Creates a list for the field and adds the passed entries. The created custom list object is returned.

Javascript example:

 var list = fields.LIST_FIELD.createCustomList(["Line 1", "Line 2", "Line 3"]);
 

returns CustomList

Parameters

UNKNOWNjava.lang.String[]  entries,